JoinParams

data class JoinParams(val meetingID: String, val passcode: String?, val displayName: String, val eid: String? = null)

Meeting join parameters

Constructors

Link copied to clipboard
fun JoinParams(meetingID: String, passcode: String?, displayName: String, eid: String? = null)

Properties

Link copied to clipboard

name to be displayed during meeting

Link copied to clipboard
val eid: String? = null

unique identifier of the participant

Link copied to clipboard

meeting ID to be used for joining the call.

Link copied to clipboard

passcode of the meeting